Skip to content

[VarExporter] Remove LazyGhostTrait and LazyProxyTrait in favor of native lazy objects #21067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

alamirault
Copy link
Contributor

Fix #21059

Side question:

For 8.0 branch, what is the process for removing deprecations and versionadded ? Wait new issues from code repository and then remove remaining directives ?

@javiereguiluz
Copy link
Member

Antoine, thanks for contributing this.

About your question:

  • versionadded can be removed all at once because they are guaranteed (at least they should) to not contain any useful content (just "XXX was introduced in Symfony N.N")
  • deprecated directives and deprecated contents should be removed one by one as Symfony code repository creates issues about removed things. Sometimes, removing a deprecation requires small rewords and tweaks in other parts.

@javiereguiluz javiereguiluz merged commit 13f488b into symfony:8.0 Jun 10, 2025
3 checks passed
@alamirault alamirault deleted the 21059-remove-lazy-trait branch June 10, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants